Account Ui State
data class AccountUiState(val isLoggedIn: Boolean = false, val email: String = "default_initial", val displayName: String = "default_initial")
Represents the UI state for the user's account.
Represents the UI state for the user's account.